home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gsCleanUpHandler, gbVideoUp
- set gbVideoUp to 0
- set gsCleanUpHandler to "aMainScreenExit"
- preLoad(the frame + 1, the frame + 1)
- set the visible of sprite 2 to 1
- set the visible of sprite 8 to 1
- repeat with i = 20 to 29
- set the visible of sprite i to 0
- end repeat
- set the cursor of sprite 2 to -1
- end
-